home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- rem *********************************************
- rem A simple batch file that runs EQUIP,
- rem and inventories hardware, software,
- rem and system files. No command line
- rem parameters are required. This batch file
- rem uses BREQUEST.EXE, but you may want
- rem (in fact,may need) to edit it for the
- rem needs of your own environment.
- rem *********************************************
- endbtrv
- brequest /l /r:24 /d:17000
- equip /h /s /y
- endbtrv
-